![]() |
GetWindowAttributes |
||||
Header: | MacWindows.h | Carbon status: | Supported | |
Obtains the attributes of a window.
OSStatus GetWindowAttributes ( WindowRef window, WindowAttributes *outAttributes );
A pointer to the window whose attributes you wish to obtain.
On input, a pointer to an unsigned 32-bit value of type WindowAttributes. On return, the bits are set to the attributes of the specified window. See
A result code.
Window attributes specify a window’s features (such as whether the window has a close box) and logical attributes (such as whether the window receives update and activate events).
This function is available with Mac OS 8.5 and later.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.5 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)